home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / drivers / net / wireless / ath9k / Makefile < prev   
Encoding:
Makefile  |  2008-12-24  |  135 b   |  12 lines

  1. ath9k-y +=    hw.o \
  2.         phy.o \
  3.         regd.o \
  4.         beacon.o \
  5.         main.o \
  6.         recv.o \
  7.         xmit.o \
  8.         rc.o \
  9.         core.o
  10.  
  11. obj-$(CONFIG_ATH9K) += ath9k.o
  12.